home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / superbat / page9.doc < prev    next >
Text File  |  1988-05-11  |  958b  |  25 lines

  1.                                ┌──────────────┐
  2.                                │ RESET    COM │
  3.                                └──────────────┘
  4.  
  5.               This utility will perform a warm boot on your
  6.           computer. Since I use a RAM drive, I wrote a batch file
  7.           that invokes a secondary config.sys file then resets my
  8.           computer so that I can run my spreadsheet program. Pretty
  9.           Slick!
  10.  
  11.                                ┌──────────────┐
  12.                                │ TOGGLE   COM │
  13.                                └──────────────┘
  14.  
  15.               This will allow you to control the status of the
  16.           CAPSLOCK, NUMLOCK, and SCROLL LOCK keys. The syntax is:
  17.  
  18.           toggle +c
  19.  
  20.               This sets CAPSLOCK on. Valid switches are: +c -c +n -n
  21.           +s -s
  22.               This is useful to be sure what case letter is being
  23.           typed when you check for scan codes with REPLY.COM.
  24.  
  25.